API Documentation
TestUtils.h
1 // TestUtils.h
3 //
5 
6 namespace nkDebug
7 {
11  class TestUtils final
12  {
13  public :
14 
15  // Testing utilities
22  static void check (bool condition, const nkMemory::StringView& message = "") ;
23  } ;
24 }
nkDebug::TestUtils
Utilities to write tests.
Definition: TestUtils.h:12
nkMemory::StringView
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
nkDebug
Encompasses all API of component NilkinsDebug.
Definition: LogManager.h:7
nkDebug::TestUtils::check
static void check(bool condition, const nkMemory::StringView &message="")